翻訳と辞書
Words near each other
・ Random match possibility
・ Random matrix
・ Random measure
・ Random minimal spanning tree
・ Random modulation
・ Random neural network
・ Random number
・ Random number book
・ Random number generation
・ Random number generator attack
・ Random number table
・ Random optimization
・ Random oracle
・ Random orbital sander
・ Random Passage
Random password generator
・ Random permutation
・ Random permutation statistics
・ Random phase approximation
・ Random phase multiple access
・ Random plot generator
・ Random positioning machine
・ Random projection
・ Random Quest
・ Random Recipe
・ Random regular graph
・ Random Roads Collection
・ Random search
・ Random seed
・ Random self-reducibility


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Random password generator : ウィキペディア英語版
Random password generator

A random password generator is software program or hardware device that takes input from a random or pseudo-random number generator and automatically generates a password. Random passwords can be generated manually, using simple sources of randomness such as dice or coins, or they can be generated using a computer.
While there are many examples of "random" password generator programs available on the Internet, generating randomness can be tricky and many programs do not generate random characters in a way that ensures strong security. A common recommendation is to use open source security tools where possible, since they allow independent checks on the quality of the methods used. Note that simply generating a password at random does not ensure the password is a strong password, because it is possible, although highly unlikely, to generate an easily guessed or cracked password. In fact there is no need at all for a password to have been produced by a perfectly random process: it just needs to be sufficiently difficult to guess.
A password generator can be part of a password manager. When a password policy enforces complex rules, it can be easier to use a password generator based on that set of rules than to manually create passwords.
==The naive approach==

Here are two code samples that a programmer who is not familiar with the limitations of the random number generators in standard programming libraries might implement:

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Random password generator」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.